From 4da77f57dbdb2f5ac187f57f377a2d53c1f901a5 Mon Sep 17 00:00:00 2001 From: Kurt Kremitzki Date: Sat, 2 Mar 2019 03:42:57 -0600 Subject: [PATCH] Fix Start WB checking nonexistent examples path Last-Updated: 2019-03-02 Gbp-Pq: Name fix-start-workbench.patch --- src/Mod/Start/StartPage/StartPage.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index cd919e87..2c3ae918 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -332,9 +332,12 @@ def handle(): if FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Start").GetBool("ShowExamples",True): SECTION_EXAMPLES = encode("

"+TranslationTexts.T_EXAMPLES+"

") SECTION_EXAMPLES += "" HTML = HTML.replace("SECTION_EXAMPLES",SECTION_EXAMPLES) -- 2.30.2